runtime.gcWork.bytesMarked (field)
8 uses
runtime (current package)
mgcmark.go#L1532: gcw.bytesMarked += uint64(n)
mgcmark.go#L1700: gcw.bytesMarked += uint64(span.elemsize)
mgcmark.go#L1793: gcw.bytesMarked += uint64(span.elemsize)
mgcwork.go#L113: bytesMarked uint64
mgcwork.go#L324: if w.bytesMarked != 0 {
mgcwork.go#L329: atomic.Xadd64(&work.bytesMarked, int64(w.bytesMarked))
mgcwork.go#L330: w.bytesMarked = 0
mwbbuf.go#L262: gcw.bytesMarked += uint64(span.elemsize)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)